type crypto/x509.publicKeyInfo
9 uses
crypto/x509 (current package)
parser.go#L217: func parsePublicKey(keyData *publicKeyInfo) (any, error) {
parser.go#L923: cert.PublicKey, err = parsePublicKey(&publicKeyInfo{
pkcs1.go#L142: if _, err := asn1.Unmarshal(der, &publicKeyInfo{}); err == nil {
x509.go#L72: var pki publicKeyInfo
x509.go#L187: PublicKey publicKeyInfo
x509.go#L201: type publicKeyInfo struct {
x509.go#L1622: PublicKey: publicKeyInfo{nil, publicKeyAlgorithm, encodedPublicKey},
x509.go#L1825: PublicKey publicKeyInfo
x509.go#L2049: PublicKey: publicKeyInfo{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |